/* Material design styling */

/*placeholder style*/

.note-placeholder {
  position: absolute;
  top: 20%;
  left: 5%;
  font-size: 2rem;
  color: #e4e5e7;
  pointer-events: none;
}

/*Toolbar panel*/

.note-editor .note-toolbar {
  background: #f0f0f1;
  border-bottom: 1px solid #c2cad8;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

/*Buttons from toolbar*/

.summernote .btn-group, .popover-content .btn-group {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.note-popover {
  background: #f0f0f1!important;
}

.summernote .btn, .note-btn {
  color: rgba(0, 0, 0, .54)!important;
  background-color: transparent!important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.summernote .dropdown-toggle:after {
  vertical-align: middle;
}

.note-editor.card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
}

/* Border of the Summernote textarea */

.note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, .14);
}

/* Padding of the text in textarea */

.note-editor.note-frame .note-editing-area .note-editable {
  padding-top: 1rem;
}



.nav-cs{
  width: calc(100% / 5)!important;
}

.nav-cs .slide {
  width: calc(100% / 5)!important;
}

.img-fluid-ex{
  max-width: 85%!important;
}

.login-block {
  padding: 30px 0;
  margin: 0 auto;
  background: url(../img/perro.png) no-repeat;
  /* background-size: cover; */
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: right;
}
.login-block .auth-box {
  margin: 20px auto 0 auto;
  max-width: 450px
}
.login-block .auth-box .confirm h3 {
  color: #01a9ac;
  font-size: 34px
}
.login-block .auth-box i.icofont-check-circled {
  font-size: 42px
}
.login-block.offline-404 .auth-box {
  max-width: 650px
}
.login-block.offline-404 .auth-box h1 {
  color: #2c3e50;
  font-size: 160px;
  font-weight: 600;
  letter-spacing: 5px;
  text-shadow: 3px -2px 4px rgba(128, 128, 128, 0.57)
}
.login-block.with-header {
  min-height: calc(100vh - 56px)
}

.content_logo_int{
  text-align: left;
}

.DSpinner{
    position: absolute;
    padding-top: 0.8rem;
}

.BtnDSpinner{
    position: relative;
    color: transparent;
    opacity: 0.4;
}

.btnSpinner[disabled]{
    color: transparent;
    opacity: 0.4;
}

.cir-sp-8{
    width: 8px!important;
    height: 8px!important;
}

.container-center {
    margin: 0 auto;
    float: none;
  }

.dataTables_length{
  float: left!important;
}

.buttons-html5{
  margin-right: 10px!important;
}

input.transparent-input{
    background-color:rgba(0,0,0,0) !important;
    border:none !important;
    box-shadow: none!important;
 }

 .tachado {
    text-decoration: line-through;
    font-weight: bold;
    color: red;
}

@media screen and (max-width: 1545px) { /*Same but for less*/
    .cs-lg-f30{
        font-size: 23px !important;
        font-weight: 500 !important;
    }
    html {
      font-size: 0.9rem !important;
    }
}

@media screen and (max-width: 1430px) { /*Same but for less*/
    .cs-lg-f30{
        font-size: 20px !important;
        font-weight: 500 !important;
    }
    html {
      font-size: 0.8rem !important;
    }
}

@include media-breakpoint-up(sm) {
    /* html {
      font-size: 1.2rem;
    } */
  }
  
  @include media-breakpoint-up(md) {
    /* html {
      font-size: 1.4rem;
    } */
  }
  
  @include media-breakpoint-up(lg) {
    /* html {
      font-size: 1.6rem;
    } */
  }